projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef42963
)
* config.guess: Recognize machten.
author
David J. MacKenzie
<djm@gnu.org>
Wed, 11 Dec 1996 00:37:52 +0000
(
00:37
+0000)
committer
David J. MacKenzie
<djm@gnu.org>
Wed, 11 Dec 1996 00:37:52 +0000
(
00:37
+0000)
From Eric W. Bates <ericx@vineyard.net>.
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index d0d2c84c5fc9232d9ab500db132c006e42d7734a..3522a0876aefed1f090fb93db22349a1cf2800fe 100755
(executable)
--- a/
config.guess
+++ b/
config.guess
@@
-129,6
+129,9
@@
case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
mac68k:OpenBSD:*:*)
echo m68k-apple-openbsd${UNAME_RELEASE}
exit 0 ;;
+ powerpc:machten:*:*)
+ echo powerpc-apple-machten${UNAME_RELEASE}
+ exit 0 ;;
RISC*:Mach:*:*)
echo mips-dec-mach_bsd4.3
exit 0 ;;